home *** CD-ROM | disk | FTP | other *** search
QuickBASIC Tokenized Source | 1990-11-30 | 2.6 KB | 61 lines |
- FnCompress
- Verify
- Xverify
- FnMod
- FnTime
- CTicks
- Clock
- Minutes
- Seconds
- Hundreths
- Leftover
- Wallm
- Wall.Clock
- FnTicks
- ClTicks:
- BsGeTimew
- HighR
- OHigh
- ODays
- Clock1
- Clock2
- Clock.Diff
- Cur.Time
- Old.Time
- Time.Diff
- registered
- QBWARE
- QBWARE.
- NMALLOC
- Copyright (c) 1987,1988 Marcel Madonna
- TIMER.BAS shows the use of the TIMER servicesy
- * N O T E
- This program cannot be used from the DOS prompt without Microsofti
- QuickBasic V4.0 and a registered copy of QBWARE.
- To compile it, at the DOS prompt type:
- bc TIMER;
- link /ex /noe TIMER,,,brun40 qbware;
- del TIMER.obj
- del TIMER.map
- This program cannot be used from the QuickBasic environment withoutt
- QuickBasic V4.0 and a registered copy of QBWARE.
- To run it from the QuickBasic development environment, type:
- qb TIMER /l qbwarel
- [Shift] + F5b
- To execute TIMER just type "TIMER" followed by a file specification at the
- DOS prompt
- For Example:
- TIMER *.Bak
- will find all files on the current drive with an extension of BAK
- This is a sample program that shows the use of the functions included
- below and the subroutine BSGETIME. The program simply gets the current
- time at entry, displays it, does some work, gets the time again, ande
- computes the time, in hundreths of seconds, that it took to do the work.
- Compress.fn'
- Modulo.fn'
- Time.fn'
- Ticks.fn'
- Program start
- Initialize starting pointa
- Let's putz for a little while
-